summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-01-05 18:09:37 -0500
committerFrank <[email protected]>2026-01-05 18:09:39 -0500
commitcf069dd046d0a91dde33e4e5c3e02771b8a19cf6 (patch)
tree65890f391880ff26d9ed2f8ee0dbe0b8ab4291f7 /packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css
parent4dc3cb911551563a5e648e4baa58bac3e8a994df (diff)
downloadopencode-cf069dd046d0a91dde33e4e5c3e02771b8a19cf6.tar.gz
opencode-cf069dd046d0a91dde33e4e5c3e02771b8a19cf6.zip
wip: zen
Diffstat (limited to 'packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css')
-rw-r--r--packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css26
1 files changed, 23 insertions, 3 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css b/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css
index 2e1afe78b..3a3b2f7a8 100644
--- a/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css
+++ b/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css
@@ -45,6 +45,19 @@
text-decoration: line-through;
}
}
+
+ &[data-slot="payment-receipt"] {
+ span {
+ display: inline-block;
+ padding: var(--space-3) var(--space-4);
+ font-size: var(--font-size-sm);
+ line-height: 1.5;
+ }
+
+ button {
+ font-size: var(--font-size-sm);
+ }
+ }
}
tbody tr {
@@ -54,6 +67,7 @@
}
@media (max-width: 40rem) {
+
th,
td {
padding: var(--space-2) var(--space-3);
@@ -61,16 +75,22 @@
}
th {
- &:nth-child(2) /* Payment ID */ {
+ &:nth-child(2)
+
+ /* Payment ID */
+ {
display: none;
}
}
td {
- &:nth-child(2) /* Payment ID */ {
+ &:nth-child(2)
+
+ /* Payment ID */
+ {
display: none;
}
}
}
}
-}
+} \ No newline at end of file